feat: add 'auth0 agent skills install' to set up Auth0 skills - #1539
Open
KartikJha wants to merge 9 commits into
Open
feat: add 'auth0 agent skills install' to set up Auth0 skills#1539KartikJha wants to merge 9 commits into
KartikJha wants to merge 9 commits into
Conversation
KartikJha
force-pushed
the
DXCDT-1557/install-claude-skills-with-auth0-cli
branch
from
June 11, 2026 14:02
f2943b1 to
ae759dc
Compare
KartikJha
force-pushed
the
DXCDT-1769/post-install-hook
branch
from
June 11, 2026 15:30
555e6c1 to
92c5be0
Compare
KartikJha
force-pushed
the
DXCDT-1557/install-claude-skills-with-auth0-cli
branch
from
June 17, 2026 09:41
ef3b043 to
3d65c05
Compare
KartikJha
force-pushed
the
DXCDT-1769/post-install-hook
branch
from
June 17, 2026 11:38
e8201a9 to
7011978
Compare
KartikJha
force-pushed
the
DXCDT-1769/post-install-hook
branch
from
June 17, 2026 13:38
7011978 to
f708f8d
Compare
KartikJha
changed the base branch from
DXCDT-1557/install-claude-skills-with-auth0-cli
to
DXCDT-1557/skills-internal
June 18, 2026 06:22
…d update branch to the latest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Changes
Adds a new auth0 agent skills install command that brings Auth0-specific guidance to AI coding assistants.
Running it detects the AI agents installed on your machine (Claude Code, Cursor, Copilot, Gemini, and ~20 others), downloads the official Auth0 skill from the auth0/agent-skills repo, and makes it available to each of them. The skill is stored once locally and shared across every agent, so a single install keeps them all in sync. Re-running only re-downloads when the upstream skill has actually changed.
Also wires the install tip into the Homebrew/Scoop/install.sh post-install output so users know the command exists.
📚 References
🔬 Testing
The new package ships with comprehensive unit tests covering:
Unit tests cover download (including the skip-if-unchanged path), agent detection, skill linking, and install-state persistence.
Manual: run auth0 agent skills install, confirm each detected agent picks up the Auth0 skill; re-run to confirm it skips a redundant download.
📝 Checklist